home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
LHAEXES.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-12-07
|
367b
|
15 lines
@echo off
cls
echo Here is a listing of self-extracting LHA files. It uses text searching.
echo Press any key to begin searching...
pause >nul
::
:: This does a case-sensitive search of the first 40 bytes of all executable
:: files for "LHA":
::
echo on
ffg /p *:*.exe /$=c=#40LHA
@echo off
echo Done. Press any key for next demonstration...
pause>nul